Shared Access Signatures (1 / 7): You are working with Azure Blob Storage and have a task to provide a client with a URL that grants read access to a specific blob for a limited period of time. The client should only be able to access the blob using HTTPS. The URI to the blob is https://medicalrecords.blob.core.windows.net/patient-images/patient-116139-nq8z7f.jpg?
and you have a sig
parameter with the value SrW1HZ5Nb6MbRzTbXCaPm%2BJiSEn15tC91Y4umMPwVZs%3D
. The access should start at 2020-01-20T11:42:32Z
and expire at 2020-01-20T19:42:32Z
. Construct the URL that fulfills these requirements.